!
! Cisco Router Web Setup Template
!
!
!
interface Dialer1
 ip address negotiated
 ip nat outside
 encapsulation ppp
 dialer remote-name redback
 dialer pool 1
 dialer-group 1
 ip mtu 1492
 ip adjust-mss 1452
 ip tcp adjust-mss 1452
 ppp ipcp dns request
 ppp ipcp wins request
 ppp authentication pap chap callin
 ppp chap hostname <USERNAME, "User Name", Username, "General Settings"> 
 ppp chap password <PASSWORD, "Password", Password, "General Settings"><CONFIRMPASSWORD, "Confirm Password", ConfirmPassword , "General Settings">
 ppp pap sent-username <USERNAME> password <PASSWORD>
!
!
ip dhcp excluded-address 'E0IPAddress'
!
ip dhcp pool CLIENT
   no import all
   import all
   network 'Network_Address' 'E0Mask'
   default-router 'E0IPAddress'
   lease 0 2
   no dns-server
   no netbios-name-server
!
no ip name-server
ip domain-lookup
!
vpdn enable
no vpdn logging
!
vpdn-group 1
 request-dialin
  protocol pppoe
!
!
!
!
interface Ethernet0
 ip nat inside
 ip adjust-mss 1452
 ip tcp adjust-mss 1452
 no ip helper-address
 no shutdown
!
interface ATM0
 no shutdown
 pvc <VPI, "ATM VPI Number", VPI, "General Settings">/<VCI, "ATM VCI Number", VCI, "General Settings">
  pppoe-client dial-pool-number 1
!
!
!
ip nat inside source list 'Nat_AccessList_Number' interface Dialer1 overload
ip route 0.0.0.0 0.0.0.0 Dialer1
!
access-list 'Nat_AccessList_Number' permit ip 'Network_Address_InverseMask' any
dialer-list 1 protocol ip permit
!
end
